McCircMode enumeration

Determines the meaning of the input signal AuxPoint. For more information about how the axes move in McCircMode mode, see Concepts > McCircMode.

Namespace: IntervalZero.KINGSTAR.Base

Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public enum McCircMode
Public Enum McCircMode

Members

Member name Value Description
mcBorder 0 AuxPoint is a point on the circle which is on the path from the starting to the end point.
mcCenter 1 AuxPoint is the center point of the circle.
mcRadius 2 AuxPoint is the spearhead point (normal vector) of the perpendicular of the circle plane according to the rule of right thumb. The radius of the circle is the length of the vector.

See also

IntervalZero.KINGSTAR.Base Namespace